Maillog Analyzer - MailGraph
2013/01/27 |
Install maillog analyzer MailGraph.
Web Server is also necessarry to be installed.
|
|
[1] | Install MailGraph |
[root@mail ~]#
yum -y install mailgraph
[root@mail ~]#
vi /etc/httpd/conf.d/mailgraph.conf
<RequireAny>
[root@mail ~]# Require local # line 17: add IP address you permit to access Require ip 10.0.0.0/24 </RequireAny> systemctl start mailgraph.service [root@mail ~]# systemctl restart httpd.service [root@mail ~]# systemctl enable mailgraph.service |
[2] | Access to 'http://(your server's name or IP address)/mailgraph/' with web browser. Then following screen is shown and it's possible to make sure mail log summary. |